Open
Conversation
首次运行时询问用户名密码并保存在`config.txt`文件中,每隔5分钟尝试自动登录
Owner
|
因为这个脚本给其他人有很大概率不能用:
因此不打算合并进来。 另外,Windows 可以用计划任务或定时任务 |
Author
|
那可否把操作步骤也写到文档里?因为绝大多数都是小白用户,需求就是windows自动登录 关于登录协议问题,学校目前比较混乱,也处于随时变动中,可否一次登录按顺序轮询各种登录方式保证用户在任何环境下都能顺利连上网? |
Owner
|
Windows 上这样试一下? 此电脑 => 管理 => 任务计划程序 => 任务计划程序库 => 新建任务 常规:名称任意 还有一些“只有在计算机使用交流电时才启动此任务”之类的选项顾名思义。 如果要后台运行(避免一闪而过的黑框),常规里选“不管用户是否登录都要运行”。 新建任务后,点“运行”测试一下。 |
Author
|
这样可以,很详细! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
首次运行时询问用户名密码并保存在
config.txt文件中,每隔5分钟尝试自动登录